buildable: Remove a mention of <packing>
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 18:39:17 +0000 (18:39 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 18:41:46 +0000 (14:41 -0400)
This is no longer a supported element in ui files.

gtk/gtkbuildable.h

index ba899fa1f80f9f710a911209f8249421168e716b..6972abedd677742c611cc7be191803947a401780 100644 (file)
@@ -65,8 +65,7 @@ typedef struct _GtkBuildableIface GtkBuildableIface;
  *  content below <child>. To handle an element, the implementation
  *  must fill in the @parser and @user_data and return %TRUE.
  *  #GtkWidget implements this to parse keyboard accelerators specified
- *  in <accelerator> elements. #GtkContainer implements it to map
- *  properties defined via <packing> elements to child properties.
+ *  in <accelerator> elements. 
  *  Note that @user_data must be freed in @custom_tag_end or @custom_finished.
  * @custom_tag_end: Called for the end tag of each custom element that is
  *  handled by the buildable (see @custom_tag_start).